This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Different problem. The fix for the notes.app conflict is to move notes.app into an Apple folder in the applications dir.
This problem was due to the fact that with 10.8, Apple has removed "Mac" from the system version name. You have to manually change the system version in the InstallationCheck script to look for "OS X", not "Mac OS X".
Here's the line in the script:
osv=`/usr/sbin/system_profiler SPSoftwareDataType | grep "System Version" | sed -e 's/\(.*\)OS X \(.*\) \(.*\)/\2/g'`
Note that you'll need to first move all of the install files out of the original read-only installer volume and into a local folder. The script is located in: